'Declaration
<DispIdAttribute(5)> Function AddEllipseAnnot( _ ByVal BorderColor As Integer, _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Width As Single, _ ByVal Height As Single _ ) As AnnotationEllipse
[DispId(5)] AnnotationEllipse AddEllipseAnnot( int BorderColor, float Left, float Top, float Width, float Height )
function AddEllipseAnnot( BorderColor: Integer; Left: Single; Top: Single; Width: Single; Height: Single ): AnnotationEllipse;
DispIdAttribute(5) function AddEllipseAnnot( BorderColor : int, Left : float, Top : float, Width : float, Height : float ) : AnnotationEllipse;
[DispId(5)] AnnotationEllipse* AddEllipseAnnot( int BorderColor, float Left, float Top, float Width, float Height )
[DispId(5)] AnnotationEllipse^ AddEllipseAnnot( int BorderColor, float Left, float Top, float Width, float Height )
Parameters
- BorderColor
- Left
- Top
- Width
- Height